home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-409.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  70 lines

  1. # This script was automatically generated from the dsa-409
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. A vulnerability was discovered in BIND, a domain name server, whereby
  12. a malicious name server could return authoritative negative responses
  13. with a large TTL (time-to-live) value, thereby rendering a domain name
  14. unreachable.  A successful attack would require that a vulnerable BIND
  15. instance submit a query to a malicious nameserver. 
  16. The bind9 package is not affected by this vulnerability.
  17. For the current stable distribution (woody) this problem has been
  18. fixed in version 1:8.3.3-2.0woody2.
  19. For the unstable distribution (sid) this problem has been fixed in
  20. version 1:8.4.3-1.
  21. We recommend that you update your bind package.
  22.  
  23.  
  24. Solution : http://www.debian.org/security/2004/dsa-409
  25. Risk factor : High';
  26.  
  27. if (description) {
  28.  script_id(15246);
  29.  script_version("$Revision: 1.4 $");
  30.  script_xref(name: "DSA", value: "409");
  31.  script_cve_id("CAN-2003-0914");
  32.  script_bugtraq_id(9114);
  33.  script_xref(name: "CERT", value: "734644");
  34.  
  35.  script_description(english: desc);
  36.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  37.  script_name(english: "[DSA409] DSA-409-1 bind");
  38.  script_category(ACT_GATHER_INFO);
  39.  script_family(english: "Debian Local Security Checks");
  40.  script_dependencies("ssh_get_info.nasl");
  41.  script_require_keys("Host/Debian/dpkg-l");
  42.  script_summary(english: "DSA-409-1 bind");
  43.  exit(0);
  44. }
  45.  
  46. include("debian_package.inc");
  47.  
  48. w = 0;
  49. if (deb_check(prefix: 'bind', release: '3.0', reference: '8.3.3-2.0woody2')) {
  50.  w ++;
  51.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bind is vulnerable in Debian 3.0.\nUpgrade to bind_8.3.3-2.0woody2\n');
  52. }
  53. if (deb_check(prefix: 'bind-dev', release: '3.0', reference: '8.3.3-2.0woody2')) {
  54.  w ++;
  55.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bind-dev is vulnerable in Debian 3.0.\nUpgrade to bind-dev_8.3.3-2.0woody2\n');
  56. }
  57. if (deb_check(prefix: 'bind-doc', release: '3.0', reference: '8.3.3-2.0woody2')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bind-doc is vulnerable in Debian 3.0.\nUpgrade to bind-doc_8.3.3-2.0woody2\n');
  60. }
  61. if (deb_check(prefix: 'bind', release: '3.2', reference: '1:8.4.3-1')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bind is vulnerable in Debian sid.\nUpgrade to bind_1:8.4.3-1\n');
  64. }
  65. if (deb_check(prefix: 'bind', release: '3.0', reference: '1:8.3.3-2.0woody2')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bind is vulnerable in Debian woody.\nUpgrade to bind_1:8.3.3-2.0woody2\n');
  68. }
  69. if (w) { security_hole(port: 0, data: desc); }
  70.